home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kit PC World De Ampliacion De Windows 95
/
Kit PC World de ampliacion de Windows 95.iso
/
internet
/
sweeper
/
samples
/
olecon~1
/
controls
/
template
/
resource.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-11-25
|
1KB
|
37 lines
//=--------------------------------------------------------------------------=
// Resource.H
//=--------------------------------------------------------------------------=
// Copyright 1995 Microsoft Corporation. All Rights Reserved.
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//=--------------------------------------------------------------------------=
//
// resource IDs.
//
#ifndef _RESOURCE_H_
#define RESID_TOOLBOX_BITMAP 1
//=--------------------------------------------------------------------------=
// Strings
//
#define IDS_PROPERTIES 1000 // this MUST be 1000 !!!
#define IDS_<<DEFCONTROLNAMECAPS>>_GENERALPAGETITLE 2003
#define IDS_<<DEFCONTROLNAMECAPS>>_GENERALDOCSTRING 2004
#define IDS_<<DEFCONTROLNAMECAPS>>_ABOUTBOXVERB 2005
//=--------------------------------------------------------------------------=
// Dialog Stuff
//
#define IDD_PROPPAGE_<<DEFCONTROLNAMECAPS>>GENERAL 2000
#define _RESOURCE_H_
#endif // _RESOURCE_H_